home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / asm / RemoveWS1_0.lha / RemoveWS / RemoveWS.doc < prev    next >
Encoding:
Text File  |  1995-04-14  |  2.8 KB  |  86 lines

  1. ============================================================================
  2.  
  3.                        RemoveWS v1.0 by Imre Szôllôsi
  4.                    Copyright © 1995 - All Rights Reserved
  5.  
  6. ============================================================================
  7.  
  8. DISCLAIMER: No responsibility can be taken on the part of the author
  9.     for any consequences that may occur as a result of using this
  10.     program. Every part of the program has been thoroughly tested to
  11.     to its specified limits and any  known specific limitations of the
  12.     the program are stated within this documentation.
  13.  
  14. COPYRIGHT: This program is PUBLIC DOMAIN. No kind of contributions
  15.     are required from anyone who uses this program, but if you want
  16.     the C language source code for this program, send me one
  17.     disk with PD, Shareware, Freeware and other freely distributable
  18.     programs plus return postage.
  19.  
  20.     This program may not be sold for any profit (a nominal fee for
  21.     copying is accepted). The program may be freely distributed as long
  22.     as all files are distributed and unmodified.
  23.  
  24.     This program may not be used as a part of any commercial packages
  25.     without my permission. The source code for this program may not be
  26.     reproduced by disassembling or reversing the development process in
  27.     any way.
  28.  
  29.     About this program:
  30.     ~~~~~~~~~~~~~~~~~~
  31. This program is useful for remove white spaces and comments
  32. from assembly includes and sources.
  33.  
  34.     Installation/Requirements:
  35.     ~~~~~~~~~~~~~~~~~~~~~~~~~
  36. The program can only be started from CLI. Use the run command to free
  37. the CLI prompt when running this program. To quit press Ctrl-C in the
  38. CLI window it was started from (if not started with run) or find the
  39. process number for RemoveWS and use the BREAK cli command to stop it.
  40.  
  41.     Usage and Examples:
  42.     ~~~~~~~~~~~~~~~~~~
  43.     RemoveWS infile.i outfile.i
  44.     -will RemoveWS from infile.i to outfile.i
  45.  
  46.     RemoveWS infile.i
  47.     -will RemoveWS from infile.i to stdout (usually console window)
  48.  
  49.     RemoveWS
  50.     -will RemoveWS from stdin to stdout ->You can piping. ;-)
  51.     like UN*X
  52.  
  53.     PIPING:
  54.     ~~~~~~
  55.     You can piping on Amigas too with:
  56.     -csh (you must download from AmiNET)
  57.  
  58.     dir | removeWS
  59.     -will RemoveWS from directory list to stdout
  60.  
  61.     dir | removeWS >outdirlist.txt
  62.     -will RemoveWS from directory list to outdirlist.txt file
  63.  
  64. ============================================================================
  65.  
  66. This utility tested on A1200 only,
  67. with    420Megs Conner Peripherials HardDisk
  68.     4Megs FastRAM
  69. but I hope it'll run on any Amiga systems, too.
  70.  
  71. I tested an 800k textfile, it tooks 42 sec in
  72.  
  73. ============================================================================
  74.  
  75.  Ideas and bug reports are welcome.
  76.  
  77.     Szôllôsi Imre
  78.     H-4130 Derecske
  79.     Nefelejcs 2/a
  80.     HUNGARY
  81.  
  82.     or e-mail:    wolfram@tigris.klte.hu
  83.     or        szolim@dragon.klte.hu
  84.  
  85. ============================================================================
  86.